projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9af2ecc
)
; Fix MPC menu title
author
Mark Oteiza
<mvoteiza@udel.edu>
Thu, 27 Apr 2017 04:04:54 +0000
(
00:04
-0400)
committer
Mark Oteiza
<mvoteiza@udel.edu>
Thu, 27 Apr 2017 04:04:54 +0000
(
00:04
-0400)
* lisp/mpc.el (mpc-mode-menu): Refer to the name of the mode, not the
file name.
lisp/mpc.el
patch
|
blob
|
history
diff --git
a/lisp/mpc.el
b/lisp/mpc.el
index e56e7e42ba88b26492152c4df0a0b856a7160bb3..cce752739be695af994a2ef30ebfd7c1701d07ed 100644
(file)
--- a/
lisp/mpc.el
+++ b/
lisp/mpc.el
@@
-1131,8
+1131,8
@@
If PLAYLIST is t or nil or missing, use the main playlist."
map))
(easy-menu-define mpc-mode-menu mpc-mode-map
- "Menu for MPC
.el
."
- '("MPC
.el
"
+ "Menu for MPC
mode
."
+ '("MPC"
["Play/Pause" mpc-toggle-play] ;FIXME: Add one of ⏯/▶/⏸ in there?
["Next Track" mpc-next] ;FIXME: Add ⇥ there?
["Previous Track" mpc-prev] ;FIXME: Add ⇤ there?